func runtime.readRandom

2 uses

	runtime (current package)
		os_linux.go#L364: func readRandom(r []byte) int {
		rand.go#L53: 		if readRandom(seed[:]) != len(seed) || allZero(seed[:]) {